@import url(innerslidebar.css);

/* ==========================================================================
   全局
   ========================================================================== */
.content {
  width: calc(100% - 96px);
  padding: 40px 0;
  position: relative;
  min-height: 300px;
}

.content img {
  max-width: 100%;
}

.wrapper {
  max-width: 1400px;
  /*min-width: 980px; */
  _width: 1400px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}

.inner_title {
  color: rgb(0, 0, 0);
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin-top: 160px;
}


@media only screen and (max-width:1440px) {
  .wrapper {
    max-width: 1366px;
  }

  .inner_title {
    font-size: 50px;
    margin-top: 100px;
  }
}

@media only screen and (max-width:1366px) {
  .wrapper {
    max-width: 1280px;
  }

  .inner_title {
    font-size: 44px;
    margin-top: 60px;
  }
}

@media only screen and (max-width:1280px) {
  .wrapper {
    max-width: 1180px;
  }

  .inner_title {
    font-size: 40px;
    margin-top: 50px;
  }
}

@media only screen and (max-width:1180px) {
  .wrapper {
    max-width: 1080px;
  }
}

@media only screen and (max-width:1024px) {
  .content {
    width: 100%;
  }

  .inner_title {
    font-size: 36px;
  }
}

@media only screen and (max-width:920px) {
  .wrapper {
    max-width: 880px;
  }

  .inner_title {
    font-size: 32px;
    margin-top: 25px;
  }
}

.return_top {
  position: fixed;
  right: 182px;
  bottom: 20px;
  z-index: 100;
  cursor: pointer;
}

@media only screen and (max-width: 1680px) {
  .return_top {
    right: 100px;
  }
}

@media only screen and (max-width: 1280px) {
  .return_top {
    right: 80px;
  }

  .return_top img {
    max-width: 60%;
  }
}

@media only screen and (max-width: 1024px) {
  .return_top {
    display: none;
  }
}











/* ==========================================================================
   关于我们
   ========================================================================== */
.about {
  background: url(../image/about01.jpeg) no-repeat top;
  position: relative;
}

.about_img {
  position: absolute;
  top: 50px;
  left: 280px;
}

.about .wrapper {
  position: relative;
}

.about .about01 {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.about .about_left {
  margin: 0 30px;
  flex-shrink: 0;
}

.about .about_left .pic {
  border-radius: 24px;
}

.about .about_right {
  max-width: 800px;
}

.about .about_right .desc {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.motto {
  position: absolute;
  box-sizing: border-box;
  right: 35px;
  max-width: 1048px;
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.motto_left {
  max-width: 894px;
  color: #000;
  font-size: 30px;
  font-weight: 400;
  line-height: 48px;
}

.motto_right {
  color: rgb(76, 76, 76);
  font-size: 20px;
  font-weight: 400;
  line-height: 48px;
  position: relative;
  white-space: nowrap;
}

.motto_right::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 1px;
  background-color: rgb(196, 196, 196);
  left: -300px;
  top: 50%;
  transform: translateY(-50%);
}

.about_num {
	width: 100%;
  margin-top: 50px;
  margin-left:-1%;
}

.about_numbox {
  width: 23%;
  float: left;
  margin-left: 1.5%;
  margin-bottom: 2%;
  
  color: #333;
  box-sizing: border-box;
  padding: 40px 0px;
  text-align: center;

}

.numroll {
  font-size: 44px;
  font-weight: 700;

}


.num_title {
  font-size: 18px;
  font-weight: 400;
  color: #AAAAAA;  
}

.honor {
  margin-top: 50px;
}

.about_title {
  color: rgb(0, 0, 0);
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 45px;
  text-align: center;
}

.owl-honor.owl-theme .owl-nav {
  margin-top: 30px;
}

.owl-honor.owl-theme .owl-dots .owl-dot span {
  width: 26px;
  height: 26px;
  background-color: rgb(197, 202, 213);
}

.owl-honor.owl-theme .owl-dots .owl-dot.active span,
.owl-honor.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #E66445;
}

.history {
  border-top: 1px solid rgb(230, 234, 241);
  margin: 40px 0;
  padding-top: 60px;
}

.history_box {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 56px;
}

.history_box:nth-child(2n) {
  flex-direction: row-reverse;
}

.history_right,
.history_left {
  width: calc(50% - 120px);
  box-sizing: border-box;
}

.history_circle {
  box-sizing: border-box;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #E66445;
  position: relative;
  color: #000;
  font-size: 32px;
  font-weight: 300;
  margin: 0 60px;
  cursor: pointer;
  flex-shrink: 0;
}

.history_circle:hover {
  background-color: #E66445;
  color: #ffffff;
}

.history_circle::after {
  content: "";
  position: absolute;
  height: 100px;
  border: 1px dashed #E66445;
  bottom: -102px;
}

.history_box .pic {
  border-radius: 16px;
}

.history_left {
  display: flex;
  justify-content: flex-end;
}


.history_txt {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
}


.history_box:nth-child(2n) .history_txt {
  text-align: right;
}

.history_box:nth-child(2n) .history_left {
  justify-content: flex-start;
}

.future {
  box-sizing: border-box;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
  margin: 0 auto;
  background-color: #E66445;
}



@media only screen and (max-width: 1440px) {
  .history_txt {
    font-size: 20px;
  }

  .numroll {
    font-size: 54px;
  }

  .num_title {
    font-size: 26px
  }

  .honor {
    margin-top: 60px;
  }

  .about_title {
    font-size: 34px;
    margin-bottom: 60px;
  }

  .owl-honor.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
  }

}

@media only screen and (max-width: 1366px) {

  .motto_left {
    font-size: 24px;
  }

  .motto_right {
    font-size: 18px;
  }

  .numroll {
    font-size: 42px;
  }

  .num_title {
    font-size: 22px;
  }

  .history_txt {
    font-size: 18px;
  }

}

@media only screen and (max-width: 1280px) {
  .about_img {
    max-width: 40%;
    left: 450px;
  }

  .numroll {
    font-size: 36px;
  }

  .num_title {
    font-size: 18px;
  }

  .about .about_right .desc {
    font-size: 14px;
  }

  .motto {
    margin-left: 20px;
  }

  .honor {
    margin-top: 40px;
  }

  .about_title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .history {
    padding-top: 40px;
    margin: 20px 0;
  }

  .history_circle {
    width: 100px;
    height: 100px;
    margin: 0 30px;
    font-size: 24px;
  }

  .history_right,
  .history_left {
    width: calc(50% - 80px);
  }

  .history_box {
    margin-bottom: 38px;
  }
}

@media only screen and (max-width: 1024px) {
  .about .about_left {
    flex-basis: 50%;
  }

  .motto_left {
    font-size: 20px;
  }

  .motto_right {
    font-size: 16px;
  }

  .about_numbox {
	 
    padding: 30px 5px;
  }

  .numroll {
    font-size: 32px;
  }

  .num_title {
    font-size: 16px;
  }

  .about_title {
    font-size: 32px;
    margin-bottom: 32px;
  }

  .honor {
    margin-top: 32px;
  }

  .history_txt {
    font-size: 16px;
  }

}

@media only screen and (max-width: 920px) {
  .about_img {
    left: 270px;
  }
 
  .history_txt {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
	.about .about01 {
    flex-wrap: wrap;
}
	.about .about_left {
    flex-basis: 95%;
    margin: 0;
}
	.about .about_right {
    margin-top: 10px;
}
 

  .about_img {
    left: 200px;
  }

  .about .about_left {
    margin: 0 15px;
  }

  .motto_left {
    font-size: 18px;
  }

  .motto {
    margin-top: 30px;
  }

  .motto_right::before {
    width: 150px;
    left: -170px;
  }

.about_numbox {
	  width: 48%;
    padding: 20px 0px;
  }
  .numroll {
    font-size: 28px;
  }

  .about_num {
    margin-top: 60px;
  }

  .about_title {
    font-size: 30px;
  }

  .history_box {
    flex-wrap: wrap;
    border-bottom: 1px solid rgb(230, 234, 241);
    margin-bottom: 10px
  }

  .history_right,
  .history_left {
    width: 100%;
  }

  .history_box:first-child .history_left {
    display: none;
  }

  .history_box:nth-child(2n) {
    flex-direction: column;
  }

  .history_box .pic {
    flex: 1;
  }

  .history_circle::after {
    display: none;
  }

  .history_box:nth-child(2n) .history_txt {
    text-align: left;
  }

  .history_circle {
    width: 60px;
    height: 60px;
    font-size: 20px;
    margin-top: 10px;
  }

}

@media only screen and (max-width: 700px) {
  .motto_left {
    font-size: 14px;
    line-height: 35px;
  }
.about_numbox {
	  width: 48%;
    padding: 20px 0px;
  }
  .motto_right {
    line-height: 35px;
  }
	 .about_num {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 500px) {
  .motto_left {
    font-size: 16px;
  }
.about_numbox {
	  width: 47%;
    padding: 20px 0px;
  }
  .about .about01 {
    flex-wrap: wrap;
  }

  .about .about_left {
    flex-basis: 100%;
    margin: 0;
  }

  .about .about_right {
    margin-top: 10px;
  }

  .about .about_right .desc {
    font-size: 13px;
  }

  .motto {
    flex-wrap: wrap;
    justify-content: flex-end;
  }



  .about_numbox {
    margin-left: 10px;
    padding: 10px;
  }

  .numroll {
    font-size: 18px;
  }

  .num_title {
    font-size: 12px;
    margin-top: 20px;
  }

  .honor {
    margin-top: 25px;
  }

  .about_title {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .owl-honor.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
  }

  .owl-honor.owl-theme .owl-nav {
    margin-top: 10px;
  }

}

@media only screen and (max-width: 360px) {
 
.about_numbox {
	  width: 97%;
    padding: 20px 0px;
  }


}
/* ==========================================================================
   设备
   ========================================================================== */
.inner_equipment {
  background: url(../image/equip01.jpeg) no-repeat top;
}

.inner_equipment .inner_title {
  margin-top: 100px;
}

.ie_list {
  display: flex;
  margin-left: -20px;
  margin-top: 60px;
  flex-wrap: wrap;
}

.ie_list li {
  width: calc(33.33% - 20px);
  margin-left: 20px;
}

.ie_box .upimg {
  max-height: 100%;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.ie_box .pic:hover .upimg {
  transform: translate(-50%, -50%) scale(1.06);
}

.cksy_box {
  margin-top: 60px;
}

.cksy {
  color: #000;
  font-size: 30px;
  margin-left: 20px;
}

.cksy_box a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ie_area {
  margin-top: 38px;
  text-align: center;
}

.ie_title {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 10px;
}

.ie_xp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 55px;
  height: 24px;
  background: rgb(239, 116, 16);
  border-radius: 32px;
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.ie_tj {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 55px;
  height: 24px;
  background: rgb(239, 31, 16);
  border-radius: 32px;
  color: rgb(255, 255, 255);
  font-size: 12px;
}


.ie_main {
  border-bottom: 1px solid rgb(230, 234, 241);
  padding-bottom: 25px;
}


@media only screen and (max-width: 1280px) {
  .cksy {
    font-size: 24px;
  }

}


@media only screen and (max-width: 920px) {
  .inner_equipment .inner_title {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 768px) {
  .cksy {
    font-size: 20px;
  }
}

@media only screen and (max-width: 500px) {
  .ie_list li {
    width: 100%;
    flex: auto;
    margin-bottom: 30px;
  }

  .ie_area {
    margin-top: 15px;
  }

}


/**荣誉**/
.portfclist li {
    width: 33.3%;
    float: left;
    margin-bottom: 40px;
}
.probox {
    margin: 0 20px;
    overflow: hidden;
    border: 1px solid #d2d2d2;
    padding: 10px;
    background: #fff;
}
.probox .pic {
    height: auto;
    width: 100%;
    overflow: hidden;
}
.probox .pic img {
    width: 100%;
    height: 100%;
    transition: transform 2s;
}
.probox h3 {
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
    font-weight: normal;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.probox:hover {
    background: #E66445;
    color: #fff;
    border: 1px solid #E66445;
}
@media only screen and (max-width: 920px){
.portfclist li {
    width: 50%;
}
}

@media only screen and (max-width: 768px){
.portfclist li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
}
}




/* ==========================================================================
   投资者关系
   ========================================================================== */
.download {
  background: url(../image/relation.jpeg) no-repeat top;
}

.relation {
  margin-top: 120px;
  box-sizing: border-box;
  background: rgb(255, 255, 255);
  border: 1px solid rgb(197, 202, 213);
  padding: 50px 0px 50px 60px;
  display: flex;
}

.relation_list {
  margin-top: 30px;
}

.relation_left {
  width: 200px;
  position: relative;
}

.relation_left::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 370px;
  background: rgb(230, 234, 241);
  top: 0;
  right: 0;
}

.relation_title {
  color: rgb(119, 119, 119);
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 37px;
  cursor: pointer;
}

.relation_title.on {
  color: #000;
  font-weight: bold;
}

.relation_right {
  width: calc(100% - 200px);
  box-sizing: border-box;
  margin-left: 70px;
}

.relation_list2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 385px;
  margin-bottom: 10px;
}

.relation_date {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}

.relation_date.active2 {
  background: #000;
  border-radius: 39px;
  color: #E6EAF1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 87px;
  height: 42px;
}

.relation_list3 {
  height: 750px;
  overflow: auto;
  padding-right: 60px;
}

.relation_list3::-webkit-scrollbar-track {
  display: none;
}

.relation_list3::-webkit-scrollbar-track-piece {
  display: none;
}

.relation_list3::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
  background-color: #334A80;
}

.relation_list3::-webkit-scrollbar {
  background-color: transparent;
  width: 6px;
}


.relation_list3 li {
  padding: 20px 35px 20px 20px;
  border-bottom: 1px solid rgb(230, 234, 241);
}

.relation_box {
  display: flex;
  justify-content: space-between;
}

.relation_area {
  max-width: 80%;
  color: rgb(51, 51, 51);
}

.relation_area .date {
  font-size: 16px;
  line-height: 32px;
}

.relation_area .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


@media only screen and (max-width: 1440px) {
  .relation {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 1280px) {
  .relation {
    margin-top: 50px;
  }

  .relation_title {
    font-size: 28px;
  }

  .relation_date.active2 {
    width: 76px;
    height: 32px;
  }

  .relation_date {
    font-size: 16px;
  }

  .relation_area .title {
    font-size: 20px;
  }

  .relation_area .date {
    font-size: 14px;
  }

  .relation_right {
    width: calc(100% - 130px);
    margin-left: 35px;
  }
}


@media only screen and (max-width: 920px) {
  .relation {
    padding-left: 25px;
  }

  .relation_list3 {
    padding-right: 25px;
  }

  .relation_title {
    font-size: 24px;
  }

  .relation_area .title {
    font-size: 16px;
  }

  .relation_list2 {
    width: 320px;
  }
}


@media only screen and (max-width: 768px) {
  .relation_date.active2 {
    width: 66px;
    height: 24px;
  }

  .relation_date {
    font-size: 14px;
  }

  .relation {
    flex-wrap: wrap;
    padding: 0 0 0 10px;
  }

  .relation_left {
    width: 100%;
  }

  .relation_left::after {
    display: none;
  }

  .relation_list {
    display: flex;
  }

  .relation_title {
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .relation_right {
    width: 100%;
    margin-left: 0;
  }

  .relation_list3 {
    padding-right: 10px;
  }
}

@media only screen and (max-width: 500px) {
  .relation_list2 {
    width: calc(100% - 10px);
  }

  .relation_list3 li {
    padding: 10px;
  }

  .relation_img {
    width: 15%;
  }

  .relation_area .title {
    font-size: 14px;
    line-height: 1.5;
  }

  .relation_area .date {
    font-size: 12px;
    line-height: 1.5;
  }

  .relation_list3 {
    height: 445px;
  }
}



/* ==========================================================================
   新闻
   ========================================================================== */
.newslistb,.portfclist {
    margin-top: 150px;
}
.newslistb li {
    padding: 40px 0px; 
    height: 190px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.newslistb li .warp {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px;
	box-sizing: inherit;
}

.newslistb li .date {
    width: 100px;
    height: 100px;
    color: #fff;
    background: #E66445;
    float: left;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
	margin-top: 40px;
    margin-left: 20px;
}
.newslistb li .date h2 {
    font-size: 18px;
    line-height: 30px;
    padding-top: 25px;
}
.newslistb li .right {
    width: calc(100% - 180px);
    float: right;
    height: 190px;
    position: relative;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 40px;
	box-sizing: inherit;
}
.newslistb li .txtarea {
    width: calc(100% - 300px);
    float: left;
}
.newslistb li .txtarea h3 {
    line-height: 30px;
    width: 100%;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newslistb li .txtarea h3 a {
    font-size: 18px;
    font-weight: bold;
}
.newslistb li .txtarea .txt {
    color: #999;
    margin-top: 10px;
}
.newslistb li .txtarea .desc {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin: 10px 0;
    color: #666;
}
.newslistb li .pic {
    width: 280px;
    height: 190px;
    float: right;
    overflow: hidden;
}
.newslistb li .pic img {
    width: 100%;
    height: 100%;
    transition: transform 2s;
}


.newslistb li a.more {
    color: #333;
    margin-top: 20px;
    width: 150px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    border: 1px solid #E66445;
}
.newslistb li:hover a.more {
    background: #E66445;
    color: #fff;
	
}

.newslistb li:hover {
	margin-top: 1px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 22px rgba(0,0,0,.12);
}
.newslistb li .txtarea .txt .date02 {
    display: none;
}

.pages .on{
    color: #fff!important;
    cursor: default;
    background-color: #E66445;	
}

.prodetails .byline {
	text-align: center;
    height: 50px;
    color: #999;
    line-height: 50px;
    border-bottom: 1px solid #e9e9e9;
}
.prodetails .byline span {
    margin-right: 20px;
    display: inline-block;
}
.prenext{
	border-top: 1px solid #e9e9e9;
    padding: 30px 0px 0px 0px;
    margin-top: 20px;
	height: auto;
}
.prenext p{line-height: 35px;}
.prenext p span {
    float: right;
}



.z-index{z-index:99}
.menulist{position: absolute;left: -25px;width: 150px;}
.menu-list{background: #fff;padding: 30px 20px;z-index: 999;}
.menu-list li{text-align: center;}

@media only screen and (max-width: 768px){
.prenext p span {
    display: none;
}	
.newslistb li .txtarea .txt .date02 {
    display: inline-block;
    margin-right: 10px;
}	
.newslistb li .date {
    display: none;
}
.newslistb li .right {
    width: 100%;
    height: auto;
    float: none;
    height: auto;
    padding-bottom: 20px;
}	
.newslistb li .txtarea {
    width: 100%;
    float: none;
}	
.newslistb li .txtarea h3 a {
    font-size: 14px;
}
.newslistb li .txtarea .txt .date02 {
    display: inline-block;
    margin-right: 10px;
}	
.newslistb li a.more {
    display: none;
}	
.newslistb li .pic {
    width: 100%;
    height: auto;
    float: none;
    overflow: hidden;
    margin-top: 10px;
}
.newslistb li {
    height: auto;
    padding: 10px 0 0 0;
}	
}	
/* ==========================================================================
   投资者关系
   ========================================================================== */
.contact {
  background: url(../image/contact.jpeg) no-repeat top;
}

.map_box {
  box-sizing: border-box;
  margin-top: 180px;
  display: flex;
 /* align-items: center;*/
  border: 1px solid rgb(219, 222, 228);
  background-color: #ffffff;
}

.map_left
{
  width: 60%;
}
.map_right {
  width: 40%;
	background-color: #E66445;
	padding: 50px;
}

.map_right {
  box-sizing: border-box;
  padding: 50px 80px;

}

.map_title {
    color: #fff;
    font-weight: 700;
	height: 40px;
    line-height: 40px;
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #e29b8a;
}

.map_name {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 5px;
}

.map_txt {
  font-size: 16px;
  line-height:30px;
  margin-bottom: 10px;
  color: #fff;
}

.mode01 {
	padding-top: 15px;
	 border-top: 1px dashed #e29b8a;
    height: 127px;
}
.mode01 div {
    float: left;
    width: 127px;
    margin-right: 20px;
}
.mode01 p {
	text-align: center;
	color: #fff;
    padding: 10px 0;
    font-weight: bold;
}

.subsidiary {
  margin-top: 60px;
}

.arealist {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin: 30px 0;
  border-bottom: 1px solid rgb(219, 222, 228);
}

.area_name {
  color: rgb(85, 85, 85);
  font-size: 24px;
  cursor: pointer;
  padding: 1em;
}

.area_name.select {
  color: #fff;
  font-weight: 700;
  background-color: #334a80;
}

.companylist {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}

.companylist li {
  box-sizing: border-box;
  width: calc(33.33% - 30px);
  margin-left: 30px;
  background: rgb(243, 244, 247);
  padding: 50px 0;
  margin-bottom: 30px;
  position: relative;
}

.company_box {
  box-sizing: border-box;
}

.cb_link {
  position: absolute;
  width: 72px;
  height: 72px;
  right: 0;
  bottom: 0;
  background: rgb(239, 116, 16);
  display: flex;
  align-items: center;
  justify-content: center;
}

.cb_name {
  padding: 0 50px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 5px;
  position: relative;
}

.cb_name::before {
  content: "";
  position: absolute;
  width: 27px;
  height: 15px;
  left: 0px;
  background: #000;
  top: 50%;
  transform: translateY(-50%);
}

.cb_txt {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 0 50px;
  color: #555555;
}

.webiste {
  color: rgb(255, 255, 255);
  font-size: 12px;
}

.online {
  background: rgb(243, 244, 247);
  display: flex;
  margin-top: 60px;
  align-items: center;
}

.online_left {
  width: 36%;
}

.online_right {
  width: 64%;
  padding: 100px;
}

.online_right .layui-form-label {
  float: none;
  text-align: left;
  padding: 9px 0;
  color: rgb(102, 102, 102);
  font-size: 18px;
  width: 120px;
}

.online_right .layui-input-block {
  margin-left: 0;
}

.online_right .layui-form-item {
  margin-bottom: 25px;
}

.online_top {
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
}

.online_top .layui-form-item {
  width: calc(50% - 50px);
  margin-left: 50px;

}

.online_top .layui-input {
  font-size: 16px;
  height: 56px;
}

.online_right .layui-textarea {
  min-height: 150px;
  font-size: 16px;
}

.online_right .layui-btn {
  background: #000;
  padding: 0 70px;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
}

.online_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.online_yzm {
  display: flex;
  align-items: center;
}

.online_input {
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 16px;
  height: 42px;
  width: 135px;
  border: 1px solid #e6e6e6;
}

.online_bottom .layui-form-item {
  margin-bottom: 0;
}

@media only screen and (max-width: 1680px) {
  .online_right {
    padding: 50px;
  }
}

@media only screen and (max-width: 1440px) {
  .map_box {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 1280px) {
  .map_right {
    padding: 20px 25px;
  }

  .map_txt {
    margin-bottom: 5px;
  }

  .companylist li {
    padding: 30px 0;
  }

  .cb_txt {
    margin-bottom: 5px;
  }

  .online_top .layui-input {
    height: 38px;
    font-size: 14px;
  }

  .online_right .layui-form-label {
    font-size: 16px;
  }

  .online_right .layui-textarea {
    min-height: 100px;
  }

  .online_right .layui-btn {
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .online_input {
    font-size: 14px;
  }

  .area_name {
    font-size: 18px;
  }


}

@media only screen and (max-width: 1024px) {
  .map_box {
    margin-top: 50px;
  }

  .map_txt {
    font-size: 14px;
  }

  .subsidiary {
    margin-top: 20px;
  }

  .cb_name {
    padding: 0 30px;
    font-size: 14px;
  }

  .cb_txt {
    font-size: 14px;
    padding: 0 30px;
  }

  .cb_link {
    width: 50px;
    height: 50px;
  }

  .cb_link img {
    max-width: 60%;
  }

  .cb_name::before {
    width: 20px;
    height: 10px;
  }


}

@media only screen and (max-width: 920px) {
  .companylist li {
    width: calc(50% - 30px);
  }

  .map_title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .map_txt {
    font-size: 12px;
  }

  .map_right {
    padding: 20px;
  }

  .online_right {
    padding: 20px;
  }

  .online_top .layui-form-item {
    width: calc(50% - 20px);
    margin-left: 20px;
  }

  .online_top {
    margin-left: -20px;
  }
}

@media only screen and (max-width: 768px) {
  .map_box {
    flex-wrap: wrap;
  }

  .map_left,
  .map_right {
    width: 100%;
  }

  .map_left img {
    width: 100%;
  }

  .online {
    flex-wrap: wrap;
  }

  .online_left,
  .online_right {
    width: 100%;
  }

  .online_left img {
    width: 100%;
  }

  .arealist {
    flex-wrap: wrap;
  }

  .area_name{
    font-size: 14px;
    padding: 0.4em 0.8em;
  }
}

@media only screen and (max-width: 500px) {
  .arealist {
    margin: 20px 0;
    width: 100%;
  }

  .companylist li {
    width: 100%;
  }

  .online_top .layui-form-item {
    width: 100%;
  }

  .online_bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .online_yzm {
    margin-bottom: 20px;
  }
}








/* ==========================================================================
   新闻列表
   ========================================================================== */
.inner_news {
  background: url(../image/news.jpeg) no-repeat top;
}

.newsList {
  display: flex;
  margin-left: -30px;
  flex-wrap: wrap;
}

.newsList li {
  margin-left: 30px;
  width: calc(33.33% - 30px);
  margin-bottom: 32px;
}

.newsArea {
  margin-top: 15px;
}

.newsDate {
  color: rgb(51, 51, 51);
  font-size: 16px;
  line-height: 2;
}

.newsTitle {
  height: 64px;
  color: rgb(51, 51, 51);
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

.mouse_box {
  display: flex;
  justify-content: center;
  margin-top: 82px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgb(230, 234, 241);
}

.mouse_roll {
  display: flex;
  align-items: center;
}

.loading {
  color: #000;
  font-size: 30px;
  margin-left: 20px;
}

.mouse_img {
  opacity: 0;
  animation: myfirst 2.3s infinite;
  -webkit-animation: myfirst 2.3s infinite;
  -moz-animation: myfirst 2.3s infinite;
}

@keyframes myfirst {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  50% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}

.newsList {
  margin-top: 150px;
}

.newsArea:hover .newsDate {
  color: #334A80;
}

.newsArea:hover .newsTitle {
  color: #334A80;
}

@media only screen and (max-width: 1440px) {
  .newsList {
    margin-top: 100px;
  }

  .newsTitle {
    font-size: 22px;
  }

  .loading {
    font-size: 28px;
  }

  .mouse_box {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1280px) {
  .newsList {
    margin-top: 70px;
  }

  .newsTitle {
    font-size: 18px;
  }

  .newsDate {
    font-size: 14px
  }

  .loading {
    font-size: 22px;
  }

  .mouse_box {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .newsTitle {
    font-size: 16px;
  }
}

@media only screen and (max-width: 920px) {
  .newsList li {
    width: calc(50% - 30px);
  }
}

@media only screen and (max-width: 500px) {
  .newsList li {
    width: 100%;
    margin-bottom: 5px;
  }

  .loading {
    font-size: 18px;
  }
}










/* ==========================================================================
   解决方案
   ========================================================================== */
.inner_news {
  background: url(../image/case.jpeg) no-repeat top;
}

.case_list {
  margin-top: 150px;
}

.case_list li {
  margin-bottom: 100px;
}

.case_list li:nth-child(2n) .case_box {
  flex-direction: row-reverse;
}

.case_box {
  display: flex;
  flex-wrap: wrap;
}

.case_left,
.case_right {
  width: 50%;
}


.case_right {
  padding: 20px 90px;
  padding-right: 0;
}

.case_list li:nth-child(2n) .case_right {
  padding-left: 0;
  padding-right: 90px;
}

.case_title {
  color: #000;
  font-size: 36px;
  font-weight: 500;
}

.case_desc {
  height: 128px;
  color: rgb(51, 51, 51);
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  margin: 30px 0 50px 0;
}

.ckxxnr {
  display: inline-block;
  color: #000;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  border: 1px solid #E66445;
  padding: 15px 60px;
  transition: background .4s;
}

.ckxxnr:hover {
  color: #ffffff;
  background: #E66445;
}

@media only screen and (max-width: 1440px) {
  .case_list {
    margin-top: 100px;
  }
	.newslistb,.portfclist {
    margin-top: 100px;
}
}

@media only screen and (max-width: 1366px) {
  .case_right {
    padding-left: 30px;
  }

  .case_title {
    font-size: 32px;
  }

  .case_desc {
    line-height: 28px;
  }

  .case_list li:nth-child(2n) .case_right {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 1280px) {
  .case_desc {
    margin: 30px 0;
    line-height: 26px;
  }
.case_list li {
    margin-bottom: 90px;
}
  .ckxxnr {
    padding: 15px 40px;
    font-size: 18px;
  }

  .case_title {
    font-size: 28px;
  }

  .case_list {
    margin-top: 80px;
  }
	.newslistb,.portfclist {
    margin-top: 80px;
}
}

@media only screen and (max-width: 1024px) {

  .case_desc {
    line-height: 20px;
    font-size: 14px;
  }
.case_list li {
    margin-bottom: 80px;
}
  .ckxxnr {
    padding: 10px 25px;
    font-size: 16px;
  }

  .case_title {
    font-size: 26px;
  }

  .case_right {
    padding-top: 0;
  }
}

@media only screen and (max-width: 920px) {
  .case_title {
    font-size: 24px;
  }
.case_list li {
    margin-bottom: 70px;
}
  .case_right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .case_desc {
    margin: 15px 0;
  }

  .case_list li:nth-child(2n) .case_right {
    padding-right: 20px;
  }
}



@media only screen and (max-width: 768px) {
.case_list li {
    margin-bottom: 60px;
}.case_list li:nth-child(2n) .case_right {
    padding-right: 20px;
	padding-left: 20px;
  }
	.case_left,
  .case_right {
    width: 100%;
  }
	.case_right {
    padding: 0px 20px;
  }
  .case_desc {
    line-height: 16px;
    height: 80px;
  }
}
@media only screen and (max-width: 540px) {
.case_list li:nth-child(2n) .case_right {
    padding-right: 0px;
	  padding-left: 0px;
  }	
	
}
@media only screen and (max-width: 500px) {

  .case_left,
  .case_right {
    width: 100%;
  }

  .case_right {
    padding-left: 0;
  }

  .case_list li:nth-child(2n) .case_right {
    padding-right: 0px;
	  padding-left: 0px;
  }

  .case_list li {
    margin-bottom: 60px;
  }

  .inner_title {
    margin-top: 10px;
  }

  .case_list {
    margin-top: 40px;
  }
.newslistb,.portfclist {
    margin-top: 40px;
}
  .case_desc {
    height: auto;
  }
}












/* ==========================================================================
   新闻详情
   ========================================================================== */
.newsdetails {
  background: url(../image/newsdetails.jpeg) no-repeat top;
}

.content_bg {
  background-color: #ffffff;
  border: 1px solid rgb(197, 202, 213);
  border-top: 3px solid #E66445;
  margin-top: 160px;
}

.inner_bar {
  height: 60px;
}

.inner_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  border-bottom: 1.5px solid rgb(197, 202, 213);
}

.inner_bar a {
  color: #000;
  font-size: 16px;
}

.breadcrumb span {
  margin: 0 5px;
  color: #334A80;
}

.inner_back .return {
  display: flex;
  align-items: center;
}

.inner_back .return span {
  margin-left: 8px;
}

.content_main {
  padding: 100px;
}

.nd_article {
  padding: 20px 40px;
}

.nd_left {
  width: calc(100% - 350px);
  float: left;
}

.nd_right {
  width: 300px;
  float: right;
}

.nd_heading {
  border-bottom: 1px solid rgb(197, 202, 213);
}

.nd_article p {
  color: rgb(85, 85, 85);
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 40px;
}

.nd_date {
  color: rgb(85, 85, 85);
  font-size: 16px;
  font-weight: 400;
}

.nd_title {
  color: rgb(0, 0, 0);
  font-size: 34px;
  font-weight: 500;
}

.nd_box {
  background: rgb(243, 244, 247);
  padding: 35px;
  line-height: 32px;
}

.nd_date2 {
  color: rgb(85, 85, 85);
  font-size: 15px;
  font-weight: 400;
}

.nd_title2 {
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.nd_title2:hover {
  color: #334A80;
}

.nd_list li {
  margin-bottom: 20px;
}

.toolbar {
  display: flex;
  margin-left: -30px;
  margin-top: 38px;
}

.toolbar_box {
  width: calc(50% - 30px);
  margin-left: 30px;
  background: rgb(243, 244, 247);
  padding: 30px 50px;
}

.toolbar_box .nd_title2 {
  margin-top: 5px;
}

@media only screen and (max-width: 1440px) {
  .nd_title {
    font-size: 30px;
  }

  .nd_article p {
    line-height: 28px;
  }

  .content_main {
    padding: 80px;
  }

  .content_bg {
    margin-top: 120px;
  }
}

@media only screen and (max-width: 1280px) {
  .inner_bar {
    height: 45px;
  }

  .content_main {
    padding: 50px;
  }

  .nd_box {
    padding: 20px;
  }

  .nd_title {
    font-size: 26px;
  }

  .content_bg {
    margin-top: 110px;
  }

}

@media only screen and (max-width: 1024px) {
  .nd_article {
    padding: 20px;
  }

  .nd_article p {
    line-height: 24px;
    font-size: 15px;
  }

  .content_bg {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 920px) {
  .nd_right {
    display: none;
  }

  .nd_left {
    width: 100%;
    float: none;
  }

  .toolbar_box {
    padding: 20px;
  }

  .content_main {
    padding: 35px;
  }

  .content_bg {
    margin-top: 90px;
  }
}

@media only screen and (max-width: 768px) {
  .nd_title {
    font-size: 22px;
  }

  .nd_article p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 15px;
  }

  .nd_title2 {
    font-size: 14px;
  }

  .content_bg {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 540px) {
.case_right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0px;
}
.case_left, .case_right {
    width: 100%;
}
	
}	
@media only screen and (max-width: 500px) {
  .inner_bar {
    padding: 0 5px;
  }

  .inner_bar a {
    font-size: 12px;
  }

  .inner_bar {
    height: 40px;
  }

  .content_main {
    padding: 5px;
  }

  .nd_date {
    font-size: 14px;
  }

  .nd_title {
    font-size: 16px;
  }

  .nd_article {
    padding: 5px;
    padding-top: 20px;
  }

  .toolbar {
    flex-wrap: wrap;
  }

  .toolbar_box {
    width: 100%;
    margin-bottom: 10px;
  }

  .nd_article p {
    font-size: 12px;
    line-height: 16px;
  }

  .nd_title2 {
    font-size: 12px;
  }

  .nd_date2 {
    font-size: 12px;
  }

  .content_bg {
    margin-top: 40px;
  }
}








/* ==========================================================================
   产品列表
   ========================================================================== */
.pro {
  background: url(../image/pro.jpeg) no-repeat top;
}

.pro_box {
  padding: 25px 40px;
  display: flex;
}

.category {
  color: #000;
  font-size: 16px;
  width: 100px;
  font-weight: 400;
}

.pro_name {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.prolist {
  width: calc(100% - 100px);
  display: flex;
  flex-wrap: wrap;
}

.prolist li {
  width: 12.5%;
}


.prolist li.proOn .pro_name {
  background: #E66445;
  border-radius: 37px;
  color: #ffffff;
  padding: 2px 15px;
  white-space: nowrap;
  font-size: 14px;
}

.pro2 li {
  margin-bottom: 10px;
}

.prolist2 {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
}

.prolist2 li {
  width: calc(25% - 20px);
  margin-left: 20px;
  margin-bottom: 60px;
}

.pro_title {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 15px;
}

.pro_box2 .bgimg {
  width: auto;
}

.pro_box2 .upimg {
  max-height: 100%;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.pro_box2 .pic:hover .upimg {
  transform: translate(-50%, -50%) scale(1.06);
}



@media only screen and (max-width: 1440px) {
  .pro_box {
    padding: 20px 10px;
  }
}

@media only screen and (max-width: 1366px) {
  .prolist li {
    width: 15%;
  }
}

@media only screen and (max-width: 1280px) {
  .prolist2 li {
    width: calc(33.33% - 20px);
  }

  .prolist li {
    width: 20%;
  }
}

@media only screen and (max-width: 920px) {
  .prolist2 li {
    width: calc(50% - 20px);
  }

  .pro_name {
    font-size: 14px;
  }

  .prolist li.proOn .pro_name {
    font-size: 12px;
    padding: 2px 10px;
  }
}


@media only screen and (max-width: 500px) {
  .prolist2 li {
    width: calc(50% - 20px);
  }

  .prolist li {
    width: 50%;
    margin-bottom: 5px;
  }

  .category {
    width: 100%;
    margin-bottom: 10px;
  }

  .pro_box {
    flex-wrap: wrap;
  }

  .prolist {
    width: 100%;
  }

  .pro2 {
    height: 200px;
    overflow: auto;
  }
}

@media only screen and (max-width: 500px) {
  .prolist2 li {
    width: calc(100% - 20px);
  }

}

/* ==========================================================================
   产品详情
   ========================================================================== */

.pro .content_main {
  display: flex;
}

.pd_left,
.pd_right {
  width: 50%;
}

.pd_left {
  padding: 10px;
}

.pd_right {
  padding-left: 100px;
  position: relative;
}

.pd_bottom {
  position: absolute;
  bottom: 30px;
}

.pd_left .bgimg {
  width: auto;
}

.pd_left .upimg {
  max-height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.pd_left .pic:hover .upimg {
  transform: translate(-50%, -50%);
}

.pic2 {
  overflow: hidden;
  position: relative;
  height: auto;
  cursor: pointer;
}

.bgimg2 {
  width: 100%;
}

.upimg2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.owl-pdlist {
  margin-top: 70px;
}

.owl-pdlist li {
  padding: 5px;
  box-sizing: border-box;
}

.pd_box {
  background: rgb(255, 255, 255);
  /*padding: 12px 0;*/
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.owl-pdlist .owl-item img {
  width: auto;
}

.pd_title {
  color: rgb(0, 0, 0);
  font-size: 36px;
  font-weight: 500;
  line-height: 56px;
}

.pd_kind {
  display: inline-block;
  color: rgb(85, 85, 85);
  font-size: 16px;
  font-weight: 400;
  line-height: 56px;
  border-bottom: 3px solid #E66445;
  margin-top: 15px;
  margin-bottom: 40px;
}

.pd_desc {
  color: rgb(85, 85, 85);
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.pd_contact {
  display: flex;
  /* align-items: center; */
  flex-wrap: wrap;
}

.pd_circle {
  border-radius: 50%;
  width: 53px;
  height: 53px;
  background: rgb(51, 113, 242);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.pd_circle:nth-child(2) {
  background: rgb(12, 155, 81);
}

.pd_phone {
  background: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 247px;
  height: 53px;
  color: #000;
  font-size: 24px;
  font-weight: 500;
}

.zxxp_box {
  display: inline-block;
  padding: 6px 140px;
  background: #E66445;
  margin-bottom: 30px;
}

.zxxp {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight: 500;
}

.zxxp:hover {
  color: #ffffff;
}

.pd_circle {
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}

.wx_ewm {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 60px;
  width: 141px;
  height: 141px;
  display: none;
}

.prodetails {
  padding: 50px;
}

.pd_list {
  display: flex;
  border-bottom: 1px solid rgb(197, 202, 213);
  padding: 0 50px;
}

.pd_navbar {
  color: rgb(119, 119, 119);
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-right: 20px;
  padding: 6px 25px;
  cursor: pointer;
}

.pd_navbar.pd_on {
  background: #E66445;
  color: #ffffff;
}

.pd_container {
  padding: 50px;
  padding-bottom: 0;
}

.bottom_nav {
  display: flex;
  margin-left: -30px;
  margin-top: 50px;
}

.bottom_nav li {
  width: calc(33.33% - 30px);
  margin-left: 30px;
}

.navbox {
  padding: 40px 60px;
  background: #E66445;
  cursor: pointer;
}

.nav_all {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 30px;
  font-weight: 400;
  margin-top: 50px;
}

.nav_all:hover {
  color: #ffffff;
}

.nav_img {
  transition: all 1s;
}

.navbox:hover .nav_img {
  transform: rotateY(360deg);
}

@media only screen and (max-width: 1440px) {
  .prodetails {
    padding: 80px;
    padding-top: 0;
  }
}


@media only screen and (max-width: 1280px) {
  .prodetails {
    padding: 50px;
  }

  .pd_title {
    font-size: 30px;
  }

  .pd_right {
    padding-left: 60px;
  }

  .nav_all {
    font-size: 22px;
  }

  .navbox {
    padding: 30px;
  }

  .nav_img {
    width: 20%;
  }

  .pd_box {
    padding: 5px 0;
  }

  /* .pd_left img {
    max-width: 60%;
  } */
}

@media only screen and (max-width: 1024px) {
  .pd_desc {
    line-height: 26px;
    font-size: 14px;
  }

  .pd_title {
    font-size: 26px;
  }

  .pd_kind {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .zxxp_box {
    padding: 6px 80px;
    margin-bottom: 10px;
  }

  .zxxp {
    font-size: 20px;
  }

}

@media only screen and (max-width: 920px) {
  .prodetails {
    padding: 35px;
  }

  .pd_right {
    padding-left: 20px;
  }

  .pd_kind {
    margin-bottom: 10px;
  }

  .pd_desc {
    line-height: 22px;
  }

  .pd_title {
    line-height: 36px;
  }

  .pd_phone {
    font-size: 20px;
    width: 240px;
  }

  .pd_list {
    padding: 0 25px;
  }

  .pd_navbar {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .pro .content_main {
    flex-wrap: wrap;
  }

  .pd_left,
  .pd_right {
    width: 100%;
  }

  .pd_bottom {
    position: static;
    margin-top: 30px;
  }

  .pd_circle {
    margin-bottom: 0;
  }

  .zxxp_box {
    padding: 6px 145px;
    margin-bottom: 30px;
  }

  .nav_all {
    font-size: 18px;
    margin-top: 30px;
  }

  .nav_img {
    width: 35%;
  }

  .pd_navbar {
    padding: 3px 15px;
    margin-right: 15px;
  }

  .owl-pdlist {
    margin-top: 0px;
  }
}



@media only screen and (max-width: 500px) {
  .prodetails {
    padding: 10px;
  }

  .zxxp_box {
    padding: 6px 50px;
  }

  .pd_circle {
    margin-bottom: 10px;
  }

  .pd_list {
    padding: 0;
  }

  .pd_navbar {
    margin-right: 0;
    font-size: 12px;
    padding: 2px 10px;
  }

  .pd_phone {
    width: 180px;
    height: 40px;
    margin-bottom: 20px;
  }

  .bottom_nav {
    flex-wrap: wrap;
  }

  .bottom_nav li {
    width: 100%;
    margin-bottom: 10px;
  }

  .navbox {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .nav_img {
    width: 25%;
  }

  .zxxp {
    font-size: 16px;
  }

  .pd_desc {
    font-size: 13px;
  }

  .nav_all {
    margin-top: 0;
    margin-left: 20px;
  }
}

.layui-flow-more {
  display: none !important;
}


.procon {
  overflow: auto;
}

.procon table {
  max-width: 1080px;
}

.procon td {
  color: rgb(51, 51, 51);
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}

.procon td:first-child {
  color: #000;
  padding-left: 5px !important;
}

.procon tr:nth-child(odd) {
  background: rgb(246, 246, 248);
}

.procon::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #c6c6c6;
}

.prod_cc {
  display: flex;
  flex-wrap: wrap;
}

.prod_cc .prod_cc_img {
  width: 33%;
}

.prod_cc .prod_cc_img img {
  max-width: 100%;
  height: auto;
}

.prod_cc .prod_cc_text {
  width: 67%;
  font-size: 16px;
  padding: 1em;
  line-height: 2.2em;
}

.prod_cc .prod_cc_text_h {
  font-size: 18px;
  font-weight: 700;
}

@media only screen and (max-width: 500px) {
  .prod_cc .prod_cc_img {
    width: 100%;
  }

  .prod_cc .prod_cc_text {
    width: 100%;
  }
}